home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / S-Sh / SD Gradebook.cpt / SuperDuper Gradebook 1.25 / card_3984.txt < prev    next >
Text File  |  1988-07-21  |  8KB  |  209 lines

  1. -- card: 3984 from stack: in.25
  2. -- bmap block id: 7650
  3. -- flags: 4000
  4. -- background id: 3747
  5. -- name: first record
  6. ----- HyperTalk script -----
  7. on opencard
  8.   global cardOffset
  9.   get the number of this card
  10.   put it-1 into cardOffset
  11.   pass opencard
  12. end opencard
  13.  
  14.  
  15. -- part 11 (button)
  16. -- low flags: 80
  17. -- high flags: A003
  18. -- rect: left=392 top=276 right=298 bottom=450
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: more
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   set the lockscreen to true
  30.   hide field "firsthelp"
  31.   hide button "more"
  32.   hide button "enough"
  33.   set the scroll of field "secondhelp" to 0
  34.   show field "secondhelp"
  35.   set the lockscreen to false
  36. end mouseUp
  37.  
  38.  
  39.  
  40. -- part 12 (button)
  41. -- low flags: 80
  42. -- high flags: A003
  43. -- rect: left=267 top=277 right=299 bottom=332
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: enough
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   set the lockscreen to true
  55.   hide card field "firsthelp"
  56.   hide button "more"
  57.   hide button "enough"
  58.   set the lockscreen to false
  59. end mouseUp
  60.  
  61.  
  62.  
  63. -- part 21 (button)
  64. -- low flags: 00
  65. -- high flags: A002
  66. -- rect: left=488 top=245 right=266 bottom=509
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 0 / 0
  69. -- text alignment: 1
  70. -- font id: 0
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name: Pr
  75. ----- HyperTalk script -----
  76. on mouseUp
  77.   doMenu "Print Card"
  78. end mouseUp
  79.  
  80.  
  81.  
  82. -- part 23 (button)
  83. -- low flags: 00
  84. -- high flags: 2000
  85. -- rect: left=0 top=24 right=46 bottom=20
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: 
  94. ----- HyperTalk script -----
  95. on mouseUp
  96.   play harpsichord  ae. de fs ee. c
  97.   wait until the sound is "done"
  98.   answer "This is just a flag on Record Card 1." with "Oh"
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part contents for background part 4
  104. ----- text -----
  105. 1
  106.  
  107. -- part contents for background part 98
  108. ----- text -----
  109.          A GUIDE TO WHAT GOES ON 
  110.            IN THESE RECORD CARDS
  111.  
  112. First, let's look at the lefthand half of the record card.
  113.  
  114. At the top is the name of the gradebook, which is the same as the name of this Stack.  To change that, rename the Stack.
  115.  
  116. Below the gradebook name is the number of this card.  And below that are boxes for you to type in the name and SS# of the student.  The "code" box is for individual student identifiers, to preserve anonymity when posting grades in public places.  The "default" button sets the code to the last 4 digits of the SS#.
  117.  
  118. You do not need to fill in the boxes for Term Grade and Term Score; the Gradebook will do that for you.
  119.  
  120. The scrolling window "Remarks" is for you to insert any comments, remarks, or student information you like.  The "Show Remarks" button is a toggle for hiding and displaying the Remarks field.  Use it to keep your remarks private if you wish to print out records and give them to students.
  121.  
  122. The "Notes" button takes you to a card with a blank scrolling window, where you can record miscellaneous notes.
  123.  
  124. The "Absences" box gives you a place to record the number of absences.
  125.  
  126. At the bottom are several buttons that will move you to various "management" parts of the Gradebook stack.
  127.  
  128. "Mngr" takes you to the Gradebook Manager, which contains facilities for initializing a new Gradebook, and also for such housekeeping matters as recomputing all grades, trimming excess record cards from the end of the gradebook, and so on.
  129.  
  130. "Options" takes you to the Setup Options card, which lets you choose the mode of grade computation, the number of low assignments to be dropped, and the weight of each assignment category.
  131.  
  132. "Prefs" takes you to the Preferences card, which lets you enter point maxima and 
  133. "breakpoints" for assigning letter grades.
  134.  
  135. "Rows & Columns" takes you to a special card with a window that can display the Gradebook's data in Row & Column format.  More about that later.
  136.  
  137.  
  138. "find" is for finding a particular student record, by name, SS#, or code.
  139.  
  140. "Averages" takes you to a card that computes class averages for the various categories.
  141.  
  142. "Distribs" takes you to a card that computes class grade distributions for the various categories.
  143.  
  144. "Directory" takes you to a card that displays a directory of students in the class, by name and SS#.
  145.  
  146. The "Help!" button opens this window that you are now reading.  The arrows at bottom center move you back and forth through the record cards.
  147.  
  148. The double arrows are "glide" buttons that move you through the record cards as long as they are held down.
  149.  
  150. And that's it for the lefthand side of the Gradebook card.
  151.  
  152.  
  153.  
  154.  
  155. ***************************
  156.  
  157. -- part contents for background part 99
  158. ----- text -----
  159. NOW LET'S LOOK AT THE 
  160. RIGHTHAND SIDE OF THE 
  161. GRADEBOOK RECORD CARD.
  162.  
  163. In the main window there are places for entering scores and grades for the four different categories of assignment.
  164.  
  165. If "Score -> Grade" is selected in the Options card, you enter scores and the computer turns them into grades.
  166.  
  167. If "Grade -> Score" is selected in the Options card, you enter letter grades and the computer turns them into numerical equivalents.
  168.  
  169. After making an entry, click on the category header ("Minor Assignments", 
  170. "Exams", etc.) to compute the scores/grades and averages for this card.  Note that the category header for Term Grade is next to the student's name on the lefthand side of the card.
  171.  
  172. Alternatively, you can enter scores/grades for all cards, and then compute everything at once with the buttons in the Gradebook Manager.
  173.  
  174. If you have indicated in your Options that lowest scores are to be dropped, the dropped scores will be flagged with a  
  175. "minus" sign to the right of the grade box.
  176.  
  177. A click on the "Average" box at the bottom of a category allows you to quickly clear the column of boxes above.
  178.  
  179. A click on "graph" near the bottom of the Minor Assignment columns will create a bar graph of the minor assignment scores--useful for a quick visual representation of improvement or lack thereof.  A second click on "graph" deletes the graph.  Note: for purposes of the graph, all NEGATIVE scores are treated as -1.  This does not affect the Averages or any other functions of the gradebook.  Holding down the Shift or Command keys while clicking will change the appearance of the graph.
  180.  
  181. The "Withdrew" box allows you to flag the record of a student who has withdrawn, in case you do not just want to delete the record.
  182.  
  183. To the far right, outside the main card window, is a vertical row of buttons, with the following functions:
  184.  
  185. "Nu" Creates a new card and inserts it immediately after the current one.
  186.  
  187. "Pr" prints the current card.
  188.  
  189. "D!" deletes the current card along with all of its data.  
  190.  
  191. "C" clears all data from the current card, but doesn't delete it from the stack.
  192.  
  193. The dogeared-page icon takes you to the Report Preferences page, where you can put the Gradebook's data into a tabbed text file on disk that can be imported into various databases, or read & edited with any text editor.
  194.  
  195. The row & column page icon takes you to the Report Preferences page, where you can put the Gradebook's data into row & column format in the main window of the 
  196. "Row & Column" card.
  197.  
  198. The Return arrow takes you back to the cover card of the Gradebook stack.
  199.  
  200. Click anywhere in this window to send it away.
  201. ****************************
  202.  
  203. -- part contents for background part 3
  204. ----- text -----
  205. SuperDuper Gradebook 1.25
  206.  
  207. -- part contents for background part 102
  208. ----- text -----
  209. bar graph of Minor Assignments